| AttributedText | Gets the innermost span the match starts in or null if the matched text is not contained in a span. |
| AttributedTexts | Gets all spans the match spans. |
| Element | Gets the first content element of the match, usually a Text object. |
| Heading | Gets the heading the match belongs to or null if the match belongs to a paragraph. |
| Length | Gets the number of matched characters. |
| Paragraph | Gets the paragraph the match belongs to or null if the match belongs to a heading. |
| Start | Gets the index of the match in the text of the paragraph. |
| Story | Gets the part of the document the match was found in. |
| Text | Gets the matched text. |
| TextHost | Gets the Paragraph or the Heading the match belongs to. |